home *** CD-ROM | disk | FTP | other *** search
/ Vypalování CD / Vypalovani-CD-cd1.bin / XDuplicator beta 4 / XDuplicator.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  2002-01-10  |  17KB  |  765 lines

  1. object Form1: TForm1
  2.   Left = 194
  3.   Top = 110
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = ' XDuplicator beta 4'
  7.   ClientHeight = 351
  8.   ClientWidth = 550
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   KeyPreview = True
  17.   OldCreateOrder = False
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnKeyDown = FormKeyDown
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Label7: TLabel
  24.     Left = 16
  25.     Top = 108
  26.     Width = 72
  27.     Height = 13
  28.     Caption = 'Paranoia Mode'
  29.   end
  30.   object Label9: TLabel
  31.     Left = 24
  32.     Top = 116
  33.     Width = 72
  34.     Height = 13
  35.     Caption = 'Paranoia Mode'
  36.   end
  37.   object PageControl1: TPageControl
  38.     Left = 0
  39.     Top = 0
  40.     Width = 545
  41.     Height = 209
  42.     ActivePage = TabSheet1
  43.     TabOrder = 0
  44.     object TabSheet1: TTabSheet
  45.       Caption = 'Read'
  46.       object Label5: TLabel
  47.         Left = 16
  48.         Top = 26
  49.         Width = 68
  50.         Height = 13
  51.         Caption = 'Save TOC As '
  52.       end
  53.       object Label8: TLabel
  54.         Left = 16
  55.         Top = 66
  56.         Width = 61
  57.         Height = 13
  58.         Caption = 'Save BIN As'
  59.       end
  60.       object ReadCueEdit: TEdit
  61.         Left = 88
  62.         Top = 24
  63.         Width = 273
  64.         Height = 21
  65.         TabOrder = 0
  66.       end
  67.       object Button1: TButton
  68.         Left = 384
  69.         Top = 24
  70.         Width = 75
  71.         Height = 25
  72.         Caption = 'Save As'
  73.         TabOrder = 1
  74.         OnClick = Button1Click
  75.       end
  76.       object Button2: TButton
  77.         Left = 384
  78.         Top = 128
  79.         Width = 75
  80.         Height = 25
  81.         Caption = 'Go!'
  82.         TabOrder = 4
  83.         OnClick = Button2Click
  84.       end
  85.       object ReadBinEdit: TEdit
  86.         Left = 88
  87.         Top = 64
  88.         Width = 273
  89.         Height = 21
  90.         TabOrder = 2
  91.       end
  92.       object Button6: TButton
  93.         Left = 384
  94.         Top = 64
  95.         Width = 75
  96.         Height = 25
  97.         Caption = 'Save As'
  98.         TabOrder = 3
  99.         OnClick = Button6Click
  100.       end
  101.       object CheckBox4: TCheckBox
  102.         Left = 16
  103.         Top = 144
  104.         Width = 120
  105.         Height = 17
  106.         Alignment = taLeftJustify
  107.         Caption = 'RAW Read'
  108.         TabOrder = 8
  109.       end
  110.       object CheckBox11: TCheckBox
  111.         Left = 16
  112.         Top = 160
  113.         Width = 120
  114.         Height = 17
  115.         Alignment = taLeftJustify
  116.         Caption = 'Create TOC only'
  117.         TabOrder = 9
  118.       end
  119.       object CheckBox12: TCheckBox
  120.         Left = 160
  121.         Top = 160
  122.         Width = 200
  123.         Height = 17
  124.         Alignment = taLeftJustify
  125.         Caption = 'Do not extract pre-gaps and indexes'
  126.         TabOrder = 10
  127.       end
  128.       object CheckBox13: TCheckBox
  129.         Left = 160
  130.         Top = 128
  131.         Width = 97
  132.         Height = 17
  133.         Alignment = taLeftJustify
  134.         Caption = 'Select Session'
  135.         TabOrder = 5
  136.         OnClick = CheckBox13Click
  137.       end
  138.       object UpDown1: TUpDown
  139.         Left = 305
  140.         Top = 128
  141.         Width = 15
  142.         Height = 21
  143.         Associate = Edit1
  144.         Enabled = False
  145.         Min = 0
  146.         Position = 1
  147.         TabOrder = 7
  148.         Wrap = False
  149.       end
  150.       object Edit1: TEdit
  151.         Left = 280
  152.         Top = 128
  153.         Width = 25
  154.         Height = 21
  155.         ReadOnly = True
  156.         TabOrder = 6
  157.         Text = '1'
  158.       end
  159.     end
  160.     object TabSheet2: TTabSheet
  161.       Caption = 'Write'
  162.       ImageIndex = 1
  163.       object Label6: TLabel
  164.         Left = 16
  165.         Top = 26
  166.         Width = 86
  167.         Height = 13
  168.         Caption = 'Write Image From '
  169.       end
  170.       object WriteCueEdit: TEdit
  171.         Left = 112
  172.         Top = 24
  173.         Width = 249
  174.         Height = 21
  175.         TabOrder = 0
  176.       end
  177.       object Button3: TButton
  178.         Left = 384
  179.         Top = 24
  180.         Width = 75
  181.         Height = 25
  182.         Caption = 'Open'
  183.         TabOrder = 1
  184.         OnClick = Button3Click
  185.       end
  186.       object Button4: TButton
  187.         Left = 384
  188.         Top = 64
  189.         Width = 75
  190.         Height = 25
  191.         Caption = 'Go!'
  192.         TabOrder = 2
  193.         OnClick = Button4Click
  194.       end
  195.       object BitBtn1: TBitBtn
  196.         Left = 120
  197.         Top = 64
  198.         Width = 89
  199.         Height = 25
  200.         Hint = 'Get From Read Tab'
  201.         Caption = 'Get From Read'
  202.         ParentShowHint = False
  203.         ShowHint = True
  204.         TabOrder = 4
  205.         OnClick = BitBtn1Click
  206.       end
  207.       object Button15: TButton
  208.         Left = 384
  209.         Top = 104
  210.         Width = 75
  211.         Height = 25
  212.         Caption = 'Add CDDB'
  213.         TabOrder = 3
  214.         OnClick = Button15Click
  215.       end
  216.       object Button16: TButton
  217.         Left = 384
  218.         Top = 144
  219.         Width = 75
  220.         Height = 25
  221.         Caption = 'Check TOC'
  222.         TabOrder = 5
  223.         OnClick = Button16Click
  224.       end
  225.     end
  226.     object TabSheet3: TTabSheet
  227.       Caption = 'Copy'
  228.       ImageIndex = 2
  229.       object Button5: TButton
  230.         Left = 384
  231.         Top = 128
  232.         Width = 75
  233.         Height = 25
  234.         Caption = 'Go!'
  235.         TabOrder = 0
  236.         OnClick = Button5Click
  237.       end
  238.       object CheckBox5: TCheckBox
  239.         Left = 16
  240.         Top = 160
  241.         Width = 97
  242.         Height = 17
  243.         Alignment = taLeftJustify
  244.         Caption = 'Keep Image'
  245.         TabOrder = 2
  246.         OnClick = CheckBox5Click
  247.       end
  248.       object CheckBox6: TCheckBox
  249.         Left = 16
  250.         Top = 144
  251.         Width = 97
  252.         Height = 17
  253.         Alignment = taLeftJustify
  254.         Caption = 'On The Fly'
  255.         TabOrder = 1
  256.       end
  257.       object CheckBox14: TCheckBox
  258.         Left = 152
  259.         Top = 136
  260.         Width = 97
  261.         Height = 17
  262.         Alignment = taLeftJustify
  263.         Caption = 'Select Session'
  264.         TabOrder = 3
  265.         OnClick = CheckBox14Click
  266.       end
  267.       object Edit2: TEdit
  268.         Left = 280
  269.         Top = 136
  270.         Width = 25
  271.         Height = 21
  272.         TabOrder = 4
  273.         Text = '1'
  274.       end
  275.       object UpDown2: TUpDown
  276.         Left = 305
  277.         Top = 136
  278.         Width = 15
  279.         Height = 21
  280.         Associate = Edit2
  281.         Enabled = False
  282.         Min = 0
  283.         Position = 1
  284.         TabOrder = 5
  285.         Wrap = False
  286.       end
  287.       object CheckBox15: TCheckBox
  288.         Left = 152
  289.         Top = 160
  290.         Width = 200
  291.         Height = 17
  292.         Alignment = taLeftJustify
  293.         Caption = 'Do not extract pre-gaps and indexes'
  294.         TabOrder = 6
  295.       end
  296.       object GroupBox3: TGroupBox
  297.         Left = 8
  298.         Top = 10
  299.         Width = 473
  300.         Height = 91
  301.         TabOrder = 7
  302.         object Label1: TLabel
  303.           Left = 8
  304.           Top = 16
  305.           Width = 65
  306.           Height = 13
  307.           Caption = 'Save TOC As'
  308.           Visible = False
  309.         end
  310.         object Label2: TLabel
  311.           Left = 8
  312.           Top = 56
  313.           Width = 61
  314.           Height = 13
  315.           Caption = 'Save BIN As'
  316.         end
  317.         object Edit3: TEdit
  318.           Left = 80
  319.           Top = 14
  320.           Width = 273
  321.           Height = 21
  322.           TabOrder = 0
  323.           Visible = False
  324.         end
  325.         object Edit4: TEdit
  326.           Left = 80
  327.           Top = 54
  328.           Width = 273
  329.           Height = 21
  330.           TabOrder = 2
  331.         end
  332.         object Button10: TButton
  333.           Left = 376
  334.           Top = 14
  335.           Width = 75
  336.           Height = 25
  337.           Caption = 'Save As'
  338.           TabOrder = 1
  339.           Visible = False
  340.           OnClick = Button10Click
  341.         end
  342.         object Button11: TButton
  343.           Left = 376
  344.           Top = 54
  345.           Width = 75
  346.           Height = 25
  347.           Caption = 'Save As'
  348.           TabOrder = 3
  349.           OnClick = Button11Click
  350.         end
  351.       end
  352.     end
  353.     object TabSheet4: TTabSheet
  354.       Caption = 'Settings'
  355.       ImageIndex = 3
  356.       object Label10: TLabel
  357.         Left = 296
  358.         Top = 156
  359.         Width = 72
  360.         Height = 13
  361.         Caption = 'Paranoia Mode'
  362.       end
  363.       object CheckBox1: TCheckBox
  364.         Left = 8
  365.         Top = 128
  366.         Width = 105
  367.         Height = 17
  368.         Alignment = taLeftJustify
  369.         Caption = 'Simulate'
  370.         TabOrder = 0
  371.       end
  372.       object CheckBox2: TCheckBox
  373.         Left = 8
  374.         Top = 160
  375.         Width = 105
  376.         Height = 17
  377.         Alignment = taLeftJustify
  378.         Caption = 'Eject after writing'
  379.         TabOrder = 2
  380.       end
  381.       object CheckBox3: TCheckBox
  382.         Left = 144
  383.         Top = 128
  384.         Width = 120
  385.         Height = 17
  386.         Alignment = taLeftJustify
  387.         Caption = 'Leave session open'
  388.         TabOrder = 3
  389.       end
  390.       object CheckBox7: TCheckBox
  391.         Left = 8
  392.         Top = 144
  393.         Width = 105
  394.         Height = 17
  395.         Alignment = taLeftJustify
  396.         Caption = 'Overburn'
  397.         TabOrder = 1
  398.       end
  399.       object ComboBox2: TComboBox
  400.         Left = 376
  401.         Top = 152
  402.         Width = 49
  403.         Height = 21
  404.         Style = csDropDownList
  405.         ItemHeight = 13
  406.         TabOrder = 7
  407.         Items.Strings = (
  408.           '0'
  409.           '1'
  410.           '2'
  411.           '3')
  412.       end
  413.       object GroupBox1: TGroupBox
  414.         Left = 8
  415.         Top = 0
  416.         Width = 521
  417.         Height = 41
  418.         Caption = 'Reader'
  419.         TabOrder = 8
  420.         object CheckBox8: TCheckBox
  421.           Left = 168
  422.           Top = 16
  423.           Width = 50
  424.           Height = 17
  425.           Alignment = taLeftJustify
  426.           Caption = 'RAW'
  427.           TabOrder = 1
  428.         end
  429.         object ComboBox3: TEnhComboBox
  430.           Left = 8
  431.           Top = 16
  432.           Width = 145
  433.           Height = 21
  434.           Style = csDropDownList
  435.           BiDiMode = bdLeftToRight
  436.           ItemHeight = 0
  437.           MaxLength = 5
  438.           ParentBiDiMode = False
  439.           TabOrder = 0
  440.           DropDownFixedWidth = 0
  441.         end
  442.         object CheckComboBox1: TCheckComboBox
  443.           Left = 232
  444.           Top = 16
  445.           Width = 153
  446.           Height = 22
  447.           ColorNotFocus = clInfoBk
  448.           DropDownCount = 12
  449.           ItemHeight = 16
  450.           ParentShowHint = False
  451.           ShowHint = True
  452.           TabOrder = 2
  453.           Version = '1.1'
  454.           OnChange = CheckComboBox1Change
  455.           DropDownFixedWidth = 0
  456.         end
  457.       end
  458.       object GroupBox2: TGroupBox
  459.         Left = 8
  460.         Top = 48
  461.         Width = 521
  462.         Height = 73
  463.         Caption = 'Writer'
  464.         TabOrder = 9
  465.         object Label3: TLabel
  466.           Left = 248
  467.           Top = 20
  468.           Width = 31
  469.           Height = 13
  470.           Caption = 'Speed'
  471.         end
  472.         object Label4: TLabel
  473.           Left = 408
  474.           Top = 20
  475.           Width = 33
  476.           Height = 13
  477.           Caption = 'Buffers'
  478.         end
  479.         object CheckBox9: TCheckBox
  480.           Left = 168
  481.           Top = 16
  482.           Width = 50
  483.           Height = 17
  484.           Alignment = taLeftJustify
  485.           Caption = 'RAW'
  486.           TabOrder = 1
  487.         end
  488.         object ComboBox1: TComboBox
  489.           Left = 296
  490.           Top = 16
  491.           Width = 57
  492.           Height = 21
  493.           Style = csDropDownList
  494.           ItemHeight = 13
  495.           TabOrder = 2
  496.           Items.Strings = (
  497.             'MAX'
  498.             '1x'
  499.             '2x'
  500.             '4x'
  501.             '8x'
  502.             '10x'
  503.             '12x'
  504.             '16x')
  505.         end
  506.         object ComboBox4: TEnhComboBox
  507.           Left = 8
  508.           Top = 16
  509.           Width = 145
  510.           Height = 21
  511.           Style = csDropDownList
  512.           ItemHeight = 0
  513.           TabOrder = 0
  514.           DropDownFixedWidth = 0
  515.         end
  516.         object CheckComboBox2: TCheckComboBox
  517.           Left = 8
  518.           Top = 44
  519.           Width = 145
  520.           Height = 22
  521.           ColorNotFocus = clInfoBk
  522.           ItemHeight = 16
  523.           ParentShowHint = False
  524.           ShowHint = True
  525.           TabOrder = 3
  526.           Version = '1.1'
  527.           OnCheckClick = CheckComboBox2CheckClick
  528.           DropDownFixedWidth = 0
  529.         end
  530.         object UpDown4: TUpDown
  531.           Left = 481
  532.           Top = 16
  533.           Width = 15
  534.           Height = 21
  535.           Associate = Edit8
  536.           Min = 0
  537.           Max = 512
  538.           Position = 64
  539.           TabOrder = 4
  540.           Wrap = False
  541.         end
  542.         object Edit8: TEdit
  543.           Left = 448
  544.           Top = 16
  545.           Width = 33
  546.           Height = 21
  547.           MaxLength = 3
  548.           TabOrder = 5
  549.           Text = '64'
  550.         end
  551.       end
  552.       object CheckBox10: TCheckBox
  553.         Left = 144
  554.         Top = 144
  555.         Width = 120
  556.         Height = 17
  557.         Alignment = taLeftJustify
  558.         Caption = 'Keep log file'
  559.         TabOrder = 4
  560.       end
  561.       object CheckBox16: TCheckBox
  562.         Left = 144
  563.         Top = 160
  564.         Width = 120
  565.         Height = 17
  566.         Alignment = taLeftJustify
  567.         Caption = 'Sticky settings'
  568.         TabOrder = 5
  569.       end
  570.       object CheckBox17: TCheckBox
  571.         Left = 296
  572.         Top = 128
  573.         Width = 120
  574.         Height = 17
  575.         Alignment = taLeftJustify
  576.         Caption = 'Retrieve CDDB data'
  577.         TabOrder = 6
  578.       end
  579.     end
  580.     object TabSheet7: TTabSheet
  581.       Caption = 'CDDB'
  582.       ImageIndex = 6
  583.       object Label11: TLabel
  584.         Left = 328
  585.         Top = 96
  586.         Width = 67
  587.         Height = 13
  588.         Caption = 'CDDB timeout'
  589.       end
  590.       object Label12: TLabel
  591.         Left = 320
  592.         Top = 124
  593.         Width = 75
  594.         Height = 13
  595.         Caption = 'CDDB Directory'
  596.       end
  597.       object UpDown3: TUpDown
  598.         Left = 441
  599.         Top = 92
  600.         Width = 15
  601.         Height = 21
  602.         Associate = Edit5
  603.         Min = 0
  604.         Max = 999
  605.         Position = 10
  606.         TabOrder = 4
  607.         Wrap = False
  608.       end
  609.       object Edit6: TEdit
  610.         Left = 408
  611.         Top = 120
  612.         Width = 121
  613.         Height = 21
  614.         ReadOnly = True
  615.         TabOrder = 5
  616.       end
  617.       object Button12: TButton
  618.         Left = 456
  619.         Top = 152
  620.         Width = 75
  621.         Height = 25
  622.         Caption = 'Folder'
  623.         TabOrder = 6
  624.         OnClick = Button12Click
  625.       end
  626.       object Edit7: TEdit
  627.         Left = 16
  628.         Top = 16
  629.         Width = 161
  630.         Height = 21
  631.         TabOrder = 0
  632.       end
  633.       object Button13: TButton
  634.         Left = 200
  635.         Top = 16
  636.         Width = 75
  637.         Height = 25
  638.         Caption = 'Add'
  639.         TabOrder = 1
  640.         OnClick = Button13Click
  641.       end
  642.       object Button14: TButton
  643.         Left = 200
  644.         Top = 48
  645.         Width = 75
  646.         Height = 25
  647.         Caption = 'Remove'
  648.         TabOrder = 3
  649.         OnClick = Button14Click
  650.       end
  651.       object ListBox1: TListBox
  652.         Left = 16
  653.         Top = 48
  654.         Width = 161
  655.         Height = 121
  656.         ItemHeight = 13
  657.         TabOrder = 2
  658.         OnClick = ListBox1Click
  659.       end
  660.       object Edit5: TEdit
  661.         Left = 408
  662.         Top = 92
  663.         Width = 33
  664.         Height = 21
  665.         MaxLength = 3
  666.         TabOrder = 7
  667.         Text = '10'
  668.       end
  669.     end
  670.     object TabSheet6: TTabSheet
  671.       Caption = 'Tools'
  672.       ImageIndex = 5
  673.       object Button7: TButton
  674.         Left = 16
  675.         Top = 24
  676.         Width = 89
  677.         Height = 25
  678.         Caption = 'Scan for devices'
  679.         TabOrder = 0
  680.         OnClick = Button7Click
  681.       end
  682.       object Button8: TButton
  683.         Left = 16
  684.         Top = 64
  685.         Width = 89
  686.         Height = 25
  687.         Caption = 'Medium Info'
  688.         TabOrder = 1
  689.         OnClick = Button8Click
  690.       end
  691.       object Button9: TButton
  692.         Left = 16
  693.         Top = 104
  694.         Width = 89
  695.         Height = 25
  696.         Caption = 'View Log File'
  697.         TabOrder = 2
  698.         OnClick = Button9Click
  699.       end
  700.     end
  701.     object TabSheet5: TTabSheet
  702.       Caption = 'About'
  703.       ImageIndex = 4
  704.       object Image1: TImage
  705.         Left = 56
  706.         Top = 40
  707.         Width = 33
  708.         Height = 33
  709.         Picture.Data = {<image001.ico>}
  710.         OnMouseDown = GoHomepage
  711.       end
  712.       object Memo2: TMemo
  713.         Left = 136
  714.         Top = 8
  715.         Width = 273
  716.         Height = 157
  717.         Lines.Strings = (
  718.           'XDuplicator is a Graphical User Interface for CDRDAO.'
  719.           ''
  720.           'XDuplicator is free software copyrighted by '
  721.           'Mariposa CDR Guide.'
  722.           ''
  723.           'You can visit XDuplicator Home Page at'
  724.           'http://users.forthnet.gr/ath/axatis/'
  725.           ''
  726.           'You can visit CDRDAO Home Page at'
  727.           'http://cdrdao.sourceforge.net')
  728.         ReadOnly = True
  729.         TabOrder = 0
  730.       end
  731.     end
  732.   end
  733.   object Memo1: TMemo
  734.     Left = 0
  735.     Top = 216
  736.     Width = 545
  737.     Height = 129
  738.     Font.Charset = GREEK_CHARSET
  739.     Font.Color = clWindowText
  740.     Font.Height = -11
  741.     Font.Name = 'MS Sans Serif'
  742.     Font.Style = []
  743.     ParentFont = False
  744.     ReadOnly = True
  745.     ScrollBars = ssVertical
  746.     TabOrder = 1
  747.   end
  748.   object SaveDialog1: TSaveDialog
  749.     Filter = 
  750.       'CUE Sheets (TOC, CUE, TXT)|*.TOC;*.CUE;*.TXT|TOC|*.TOC|CUE|*.CUE' +
  751.       '|TXT|*.TXT'
  752.     Title = 'Select CUE Sheet'
  753.     Left = 432
  754.   end
  755.   object SaveDialog2: TSaveDialog
  756.     Filter = 'Image Files (BIN, WAV)|*.BIN;*.WAV'
  757.     Title = 'Select BIN Image File'
  758.     Left = 400
  759.   end
  760.   object JvBrowseFolder1: TJvBrowseFolder
  761.     RootDirectory = fdRootFolder
  762.     Left = 468
  763.   end
  764. end
  765.